* calc/calc-prog.el (math-do-defmath): Use backquote forms. Fix
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 7 Aug 2012 16:12:20 +0000 (18:12 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 7 Aug 2012 16:12:20 +0000 (18:12 +0200)
commite5910d5828e86c6a3d3220013f07b5668258dfae
treee50a72de9f2cc9c5163fe877768b0b0b98c0e78c
parentf41b5e9dffe366c20e5d206ee8f9ae380d9471d0
* calc/calc-prog.el (math-do-defmath): Use backquote forms.  Fix
handling of interactive spec when the body uses return.
(math-do-arg-check, math-define-function-body): Use backquote forms.
* calc/calc-ext.el (math-defcache): Likewise.
* calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
* allout.el (allout-new-exposure): Likewise.
* calc/calcalg2.el (math-tracing-integral): Likewise.
* info.el (Info-last-menu-item): Likewise.
* emulation/vip.el (vip-loop): Likewise.
* textmodes/artist.el (artist-funcall): Likewise.
* menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
Construct menu-item directly.

* cedet/ede/base.el (ede-with-projectfile): Use backquote forms.
12 files changed:
lisp/ChangeLog
lisp/allout.el
lisp/calc/calc-ext.el
lisp/calc/calc-prog.el
lisp/calc/calc-rewr.el
lisp/calc/calcalg2.el
lisp/cedet/ChangeLog
lisp/cedet/ede/base.el
lisp/emulation/vip.el
lisp/info.el
lisp/menu-bar.el
lisp/textmodes/artist.el